projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d15cc8
)
(stuff_char) [PROTOTYPES]: Provide ISO C arglist.
author
Dave Love
<fx@gnu.org>
Fri, 22 Nov 2002 12:22:43 +0000
(12:22 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 22 Nov 2002 12:22:43 +0000
(12:22 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 360e42ba10803e6725e4c9f944457c7d7252d45b..28ab676c69cf0eaa36ddae15064186bd0e06ae35 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-331,8
+331,12
@@
discard_tty_input ()
the terminal. */
void
+#ifdef PROTOTYPES
+stuff_char (char c)
+#else
stuff_char (c)
char c;
+#endif
{
if (read_socket_hook)
return;